Java Mine
ContentsIndexHome
PreviousUpNext
MineServer.EnqueueCommand Method
Syntax
Java
public void EnqueueCommand(long sensorID, byte[] commandFrame, Boolean isUrgent) throws Exception;
Parameters 
Description 
long sensorID 
Numerical identifier of sensor to send command  
byte[] commandFrame 
Frame for command as returned by SensorBaseProfile class  
Boolean isUrgent 
Will set the urgent flag so that the command is broadcast when received by the gateway  

 

Queues sensor specific command to be sent down  

 

Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!